We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4ce905 + 2cf4688 commit 5038f97Copy full SHA for 5038f97
1 file changed
pkgs/by-name/pt/ptyxis/package.nix
@@ -16,14 +16,14 @@
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "ptyxis";
19
- version = "48.4";
+ version = "48.5";
20
21
src = fetchFromGitLab {
22
domain = "gitlab.gnome.org";
23
owner = "chergert";
24
repo = "ptyxis";
25
tag = finalAttrs.version;
26
- hash = "sha256-Z5tTvKFivLKsRj/Ba9ZzQh/LCts4ngzYdHsRTy/ocXg=";
+ hash = "sha256-qZ2nDX1ivnKYJQSqh29L23ayQ4wV9Ss4XD4JRpK35UU=";
27
};
28
29
nativeBuildInputs = [
0 commit comments