mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
Merge pull request #326584 from r-ryantm/auto-update/org-stats
org-stats: 1.11.2 -> 1.12.1
This commit is contained in:
commit
161d4c6729
@ -9,16 +9,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "org-stats";
|
||||
version = "1.11.2";
|
||||
version = "1.12.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "caarlos0";
|
||||
repo = "org-stats";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-b0Cfs4EqQOft/HNAoJvRriCMzNiOgYagBLiPYgsDgJM=";
|
||||
hash = "sha256-osgxdKpQjTiBwlA2uGLxlybNdd9Tltj0rq8/g+0/PSQ=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-LKpnEXVfxBR3cebv46QontDVeA64MJe0vNiKSnTjLtQ=";
|
||||
vendorHash = "sha256-0biuv94wGXiME181nlkvozhB+x4waGMgwXD9ColQWPw=";
|
||||
|
||||
patches = [
|
||||
# patch in version information
|
||||
|
Loading…
Reference in New Issue
Block a user