Commit unstaged changes

This commit is contained in:
2021-12-06 13:39:37 +01:00
parent 1a8be4181d
commit d915ba331b
6 changed files with 34 additions and 20 deletions

View File

@@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/matanui159/${pname}.git";
rev = "d8d5921988b5161004aed6209bd88251d721611d";
sha256 = "14m67mlfp0zh9s0bhz1qxppivw2aignxqb51xb5cy3v8farxmcv4";
rev = version;
sha256 = "sha256-nzilMEAOOLrdtfal+y81WJr6LwOVaQpuheIsSN5m83A=";
deepClone = true;
};