3
0
Fork 0
forked from mirrors/nixpkgs

btrfs-assistant: 1.8 -> 1.9

This commit is contained in:
R. Ryantm 2024-01-15 04:07:46 +00:00
parent 500129c8b2
commit fbc0c3ec69

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "btrfs-assistant";
version = "1.8";
version = "1.9";
src = fetchFromGitLab {
owner = "btrfs-assistant";
repo = "btrfs-assistant";
rev = finalAttrs.version;
hash = "sha256-Ay2wxDVue+tG09RgAo4Zg2ktlq6dk7GdIwAlbuVULB4=";
hash = "sha256-a854WI8f9/G/BRU5rn1FKC6WRZyXNYsUL4p258C8ppw=";
};
nativeBuildInputs = [