Commit 8a70d7ee authored by R. RyanTM's avatar R. RyanTM
Browse files

ptyxis: 49.2 -> 49.3

parent a4e35412
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ptyxis";
  version = "49.2";
  version = "49.3";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "chergert";
    repo = "ptyxis";
    tag = finalAttrs.version;
    hash = "sha256-SyWZuohU8KPqPeQe5JN+CFv4kjftGmzsbBRgxu0ttcU=";
    hash = "sha256-kBkLJdUN9WNP0HLiQQMWBC/49YaLmkgOuIj8jqkgLgY=";
  };

  nativeBuildInputs = [