Merge pull request #39373 from r-ryantm/auto-update/sc-controller

sc-controller: 0.4.1 -> 0.4.2
This commit is contained in:
Peter Hoeg 2018-04-24 06:44:32 +00:00 committed by GitHub
commit 445ba17641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "sc-controller";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "kozec";
repo = pname;
rev = "v${version}";
sha256 = "0zal8sl3j17gqmynig8jhqrhj7zfqql8vci4whn19gymchwjalzi";
sha256 = "19i9z5cjjgi3a94hrz5g3a6m4vj71p1gs6mhklc6dq8ydwsadwzz";
};
nativeBuildInputs = [ wrapGAppsHook ];