1
0
Fork 1
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:
davidak 2021-08-19 03:22:28 +02:00 committed by GitHub
commit c250cd8dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {