mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
chore: Prefer hash over sha256
This commit is contained in:
parent
c98bd2bfb9
commit
4d3cb6c027
@ -11,7 +11,7 @@ let
|
|||||||
owner = "RRethy";
|
owner = "RRethy";
|
||||||
repo = "base16-nvim";
|
repo = "base16-nvim";
|
||||||
rev = "b3e9ec6a82c05b562cd71f40fe8964438a9ba64a";
|
rev = "b3e9ec6a82c05b562cd71f40fe8964438a9ba64a";
|
||||||
sha256 = "1qb8g6q8vwq99030nqw719xgrizbqcnmj4n25fqakjq8pbclwh4p";
|
hash = "sha256-l0BO2boIy6mwK8ISWS3D68f8egqHYwsGSAnzjbB5aOE=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -4,7 +4,7 @@ final: prev: {
|
|||||||
|
|
||||||
src = prev.fetchurl {
|
src = prev.fetchurl {
|
||||||
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
|
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
|
||||||
sha256 = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc=";
|
hash = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user