File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
applications/backup/timeshift Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1818
1919stdenv . mkDerivation rec {
2020 pname = "timeshift" ;
21- version = "25.07.5 " ;
21+ version = "25.07.6 " ;
2222
2323 src = fetchFromGitHub {
2424 owner = "linuxmint" ;
2525 repo = "timeshift" ;
2626 rev = version ;
27- hash = "sha256-AXtHs19DeSF2v5v4aBchGlsO59Z7h5OfmAaDb9SjwSc =" ;
27+ hash = "sha256-M3r5CUSMF2Es1EDolmZAwqj2uX76wARk5oefqdf2eYk =" ;
2828 } ;
2929
3030 postPatch = ''
Original file line number Diff line number Diff line change 1515
1616stdenv . mkDerivation rec {
1717 pname = "hypnotix" ;
18- version = "5.1 " ;
18+ version = "5.2 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "linuxmint" ;
2222 repo = "hypnotix" ;
2323 rev = version ;
24- hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI =" ;
24+ hash = "sha256-QOUCpmq89XrWJVHyqSFbFD3a4y9UNgeMVXSr2H8TBeY =" ;
2525 } ;
2626
2727 patches = [
Original file line number Diff line number Diff line change 1010
1111stdenvNoCC . mkDerivation {
1212 pname = "mint-l-icons" ;
13- version = "1.7.5 " ;
13+ version = "1.7.6 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "linuxmint" ;
1717 repo = "mint-l-icons" ;
1818 # They don't really do tags, this is just a named commit.
19- rev = "64ee205dc270b13f3816030330eed108eaa30360 " ;
20- hash = "sha256-4tavRQ1bWzVYcAAJtZ4avRHcBB+oTDhdXp6dlSGO4C8 =" ;
19+ rev = "b046353fa23951746e9bfa3d54f745819802649e " ;
20+ hash = "sha256-b+7YgIUGD2m92lzcnoVDk4K+f80zzv1tzEfeXPKAKFc =" ;
2121 } ;
2222
2323 propagatedBuildInputs = [
Original file line number Diff line number Diff line change 99
1010stdenvNoCC . mkDerivation rec {
1111 pname = "mint-l-theme" ;
12- version = "2.0.0 " ;
12+ version = "2.0.1 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "linuxmint" ;
1616 repo = "mint-l-theme" ;
1717 rev = version ;
18- hash = "sha256-G2wwzt02WVVsKjY7tHAfRzxUIa3OUKkYiazUFTDeR9Q =" ;
18+ hash = "sha256-3suLa8el58t5J6aJaH3Z4+tTqoCpD1Uvy2uzaVgIfVo =" ;
1919 } ;
2020
2121 nativeBuildInputs = [
Original file line number Diff line number Diff line change 88
99stdenvNoCC . mkDerivation rec {
1010 pname = "mint-themes" ;
11- version = "2.3.1 " ;
11+ version = "2.3.2 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "linuxmint" ;
1515 repo = "mint-themes" ;
1616 rev = version ;
17- hash = "sha256-oBedc+laKUxCUqDmLXomu8oPEjXckznNSjm/DYDxKhM =" ;
17+ hash = "sha256-99bE20XheHzEa2IIlXqdTHs044FRqI3O1xOLkhEC/gY =" ;
1818 } ;
1919
2020 nativeBuildInputs = [
Original file line number Diff line number Diff line change 1010
1111stdenvNoCC . mkDerivation rec {
1212 pname = "mint-y-icons" ;
13- version = "1.8.5 " ;
13+ version = "1.8.6 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "linuxmint" ;
1717 repo = "mint-y-icons" ;
1818 rev = version ;
19- hash = "sha256-p+VnEsmFcPyyLLh2bC4zKPUaa/qQzZdx9DE9y+M3EMI =" ;
19+ hash = "sha256-CCkyv0NAfs1sNNiZfAvWgdFILypKk44YyY3cBiSaEZY =" ;
2020 } ;
2121
2222 propagatedBuildInputs = [
Original file line number Diff line number Diff line change 3434
3535stdenv . mkDerivation rec {
3636 pname = "pix" ;
37- version = "3.4.6 " ;
37+ version = "3.4.7 " ;
3838
3939 src = fetchFromGitHub {
4040 owner = "linuxmint" ;
4141 repo = "pix" ;
4242 rev = version ;
43- hash = "sha256-jlaqlA3akRNnBPTdtkWl+0NXqFbYw9uJKRfE/oTJMSg =" ;
43+ hash = "sha256-Z8JGss5DA4Lsj7fhjRztF6Y+zYjZuIbmYRo7wvwxB8k =" ;
4444 } ;
4545
4646 nativeBuildInputs = [
Original file line number Diff line number Diff line change 1616
1717stdenv . mkDerivation rec {
1818 pname = "sticky" ;
19- version = "1.26 " ;
19+ version = "1.27 " ;
2020
2121 src = fetchFromGitHub {
2222 owner = "linuxmint" ;
2323 repo = "sticky" ;
2424 rev = version ;
25- hash = "sha256-pwY5MO3xKgRQa1zYfcO02z6kOMofOFWqTUrwEYzkAEo =" ;
25+ hash = "sha256-IuYRcvoUyY03aEclkiOmamjb/c/JaYYIoqKdcwDSY8Q =" ;
2626 } ;
2727
2828 postPatch = ''
You can’t perform that action at this time.
0 commit comments