nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocm: 1.0.5 -> 1.0.6

R. Ryantm b56471cf 168a5100

+3 -3
+3 -3
pkgs/by-name/oc/ocm/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "ocm"; 12 - version = "1.0.5"; 12 + version = "1.0.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "openshift-online"; 16 16 repo = "ocm-cli"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-0JCmKuSVuSOinJiLDT4dOKNON6PnICum6Smnf3syJfM="; 18 + sha256 = "sha256-NNhHd4++o2nJjG4okx5dWUng9Z2b032goaLq+1eZ+KI="; 19 19 }; 20 20 21 - vendorHash = "sha256-kTgTRRSJe3zvgoy923FRtomJpXqnK1t7MF53QAidyuo="; 21 + vendorHash = "sha256-KlpQO2xi6edysM45ks2m7/3kkEfxACvK/hzrLpHnEic="; 22 22 23 23 # Strip the final binary. 24 24 ldflags = [