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.
1 parent 10f06c5 commit 11a186eCopy full SHA for 11a186e
pkgs/by-name/ya/yadm/package.nix
@@ -29,15 +29,15 @@ to support their use in yadm.
29
30
resholve.mkDerivation rec {
31
pname = "yadm";
32
- version = "3.2.2";
+ version = "3.3.0";
33
34
nativeBuildInputs = [ installShellFiles ];
35
36
src = fetchFromGitHub {
37
owner = "TheLocehiliosan";
38
repo = "yadm";
39
rev = version;
40
- hash = "sha256-GcuqMlE8oef9+LIqKoCotktU7GcgPBE9CTVrZ8bKhv4=";
+ hash = "sha256-VQhfRtg9wtquJGjhB8fFQqHIJ5GViMfNQQep13ZH5SE=";
41
};
42
43
dontConfigure = true;
0 commit comments