oversteer: 0.8.0 -> 0.8.1
This commit is contained in:
parent
b0051767f1
commit
7c436cfa8c
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ let
|
|||
pygobject3
|
||||
]);
|
||||
|
||||
version = "0.8.0";
|
||||
version = "0.8.1";
|
||||
in stdenv.mkDerivation {
|
||||
inherit version;
|
||||
|
||||
|
@ -24,7 +24,7 @@ in stdenv.mkDerivation {
|
|||
owner = "berarma";
|
||||
repo = "oversteer";
|
||||
rev = version;
|
||||
sha256 = "sha256-fkf6sa4yYbxGOehyLzuFj5nZiPK3B1D/VVvobhKB4Uo=";
|
||||
sha256 = "sha256-J23fgEDkfZMjVEYHaSPbU9zh5CQFjPmqMsm09VybBv8=";
|
||||
};
|
||||
|
||||
buildInputs = [ bash gtk3 ];
|
||||
|
|
Loading…
Reference in a new issue