mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
postiats-utilities: 2.0.1 -> 2.1.1
This commit is contained in:
parent
739f0b22b7
commit
d8a1c9e9ad
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "postiats-utilities";
|
||||
version = "2.0.1";
|
||||
version = "2.1.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Hibou57";
|
||||
repo = "PostiATS-Utilities";
|
||||
rev = "v${version}";
|
||||
sha256 = "1238zp6sh60rdqbzff0w5c36w2z1jr44qnv43qidmcp19zvr7jd5";
|
||||
sha256 = "sha256-QeBbv5lwqL2ARjB+RGyBHeuibaxugffBLhC9lYs+5tE=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user