mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
mark: 12.1.2 -> 12.2.0
This commit is contained in:
parent
14f8596cff
commit
186365e287
1 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
||||||
# https://github.com/kovetskiy/mark/pull/581#issuecomment-2797872996
|
# https://github.com/kovetskiy/mark/pull/581#issuecomment-2797872996
|
||||||
buildGo123Module rec {
|
buildGo123Module rec {
|
||||||
pname = "mark";
|
pname = "mark";
|
||||||
version = "12.1.2";
|
version = "12.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kovetskiy";
|
owner = "kovetskiy";
|
||||||
repo = "mark";
|
repo = "mark";
|
||||||
rev = version;
|
rev = "${version}";
|
||||||
sha256 = "sha256-t70Od27w/ZT/EHKAgjPBx39Oo4dS1aWL3up7TVlNAuI=";
|
sha256 = "sha256-0w6rIOSnOS7EfTBA/mRNWm8KOtdviTxWdukl4reb4zE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-XPTnsV0JVSatfHzI4ajq8nnN2HTKc8FeKwmOIuXo2GU=";
|
vendorHash = "sha256-CqFCjSXw7/jLe1OYosUl6mKSPEsdHl8p3zb/LVNqnxM=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue