Skip to content

Commit

Permalink
Merge pull request #117580 from LeSuisse/gnome3.autoar-0.3.1
Browse files Browse the repository at this point in the history
gnome3.gnome-autoar: 0.3.0 -> 0.3.1
  • Loading branch information
SuperSandro2000 committed Mar 25, 2021
2 parents c7dd3db + 2f4d235 commit c8f68e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/misc/gnome-autoar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "gnome-autoar";
version = "0.3.0";
version = "0.3.1";

outputs = [ "out" "dev" ];

src = fetchurl {
url = "mirror://gnome/sources/gnome-autoar/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0ssqckfkyldwld88zizy446y2359rg40lnrcm3sjpjhc2b015hgj";
sha256 = "1y6hh5dldhdq7mpbmd571zl0yadfackvifhnxvykkqqddwz72y0f";
};

passthru = {
Expand Down

0 comments on commit c8f68e4

Please sign in to comment.