timeshift: 22.11.1 -> 22.11.2
https://github.com/linuxmint/timeshift/compare/22.11.1...22.11.2
This commit is contained in:
parent
b554ace4dc
commit
70292fc740
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "timeshift";
|
pname = "timeshift";
|
||||||
version = "22.11.1";
|
version = "22.11.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = "timeshift";
|
repo = "timeshift";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "JYYiqJzLszaCJSl7fDb9Oz8tdIYAnqEbJoRg4zw3wbg=";
|
sha256 = "yZNERRoNZ1K7BRiAu7sqVQyhghsS/AeZSODMVSm46oY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue