summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-17 19:24:36 +0800
committerBobby Rong <rjl931189261@126.com>2022-11-29 10:11:55 +0800
commit0c0912a61df2ccbeac20581262e9bd50e5b68dca (patch)
tree2413671e13345f9e21503cdf1983a85e2f75870f /pkgs
parent02a8d3d47282879b0a5242c7adda26f7af255390 (diff)
downloadnixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.tar
nixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.tar.gz
nixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.tar.bz2
nixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.tar.lz
nixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.tar.xz
nixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.tar.zst
nixpkgs-0c0912a61df2ccbeac20581262e9bd50e5b68dca.zip
cinnamon.muffin: 5.4.7 -> 5.6.0
https://github.com/linuxmint/muffin/compare/5.4.7...5.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/cinnamon/muffin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/muffin/default.nix b/pkgs/desktops/cinnamon/muffin/default.nix
index a2e7811b3d8..241136f6e72 100644
--- a/pkgs/desktops/cinnamon/muffin/default.nix
+++ b/pkgs/desktops/cinnamon/muffin/default.nix
@@ -35,7 +35,7 @@
 
 stdenv.mkDerivation rec {
   pname = "muffin";
-  version = "5.4.7";
+  version = "5.6.0";
 
   outputs = [ "out" "dev" "man" ];
 
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-Zx6au1FXLgK8PRmkh8jaGJ3Zh0YYFj2zmbxhgXAFgDg=";
+    hash = "sha256-vUkxR3HfzubaOoXxo6xHDLLy+zVBYE9i5s+yp1rbJaw=";
   };
 
   nativeBuildInputs = [