Unverified Commit 654894c6 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

alacarte: 3.54.1 -> 3.56.0 (#402474)



Co-authored-by: default avatarpluiedev <hi@pluie.me>
parents 92913cac 7ab13bb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@
}:
python3.pkgs.buildPythonApplication rec {
  pname = "alacarte";
  version = "3.54.1";
  version = "3.56.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "GNOME";
    repo = "alacarte";
    rev = version;
    hash = "sha256-nfSYbGZvx76UzHGf6Jxq8Ny5o9NX5nXG9Kc/gRNn6HM=";
    hash = "sha256-sH/2ULI1QEqmgFIFFnOwsx2/+TMt+bPu0l0LUcnBgWg=";
  };

  format = "other";