mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #134450 from r-ryantm/auto-update/postiats-utilities
postiats-utilities: 2.0.1 -> 2.1.1
This commit is contained in:
commit
c250cd8dd2
|
@ -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 a new issue