flips: unstable-2021-05-18 -> unstable-2021-10-28
This commit is contained in:
parent
09c9e88a3f
commit
461dd05989
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "flips";
|
pname = "flips";
|
||||||
version = "unstable-2021-05-18";
|
version = "unstable-2021-10-28";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Alcaro";
|
owner = "Alcaro";
|
||||||
repo = "Flips";
|
repo = "Flips";
|
||||||
rev = "3476e5e46fc6f10df475f0cad1714358ba04c756";
|
rev = "3a8733e74c9bdbb6b89da2b45913a0be3d0e1866";
|
||||||
sha256 = "0s13qrmqfmlb2vy0smpgw39vjkl8vzsmpzk52jnc9r7b4hisii39";
|
sha256 = "1jik580mz2spik5mgh60h93ryaj5x8dffncnr1lwija0v803xld7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue