mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
gnome-panel: 3.36.1 -> 3.36.2
This commit is contained in:
parent
c38b57f867
commit
2764f810be
@ -22,7 +22,7 @@
|
||||
|
||||
let
|
||||
pname = "gnome-panel";
|
||||
version = "3.36.1";
|
||||
version = "3.36.2";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1lxba8syy9gb50zxdk13gr1f62dfphwbb7njg6p26x9rvlkbf88y";
|
||||
sha256 = "0z0f64rgcwkv48kfd1ifzjvnmg3c386hwi9cj11mr5198rah0p4p";
|
||||
};
|
||||
|
||||
# make .desktop Exec absolute
|
||||
|
Loading…
Reference in New Issue
Block a user