Skip to content

Commit dc56e01

Browse files
authored
blasfeo: 0.1.4.1 -> 0.1.4.2 (#383652)
2 parents 113fc0c + 7dfdd2c commit dc56e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bl/blasfeo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "blasfeo";
11-
version = "0.1.4.1";
11+
version = "0.1.4.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "giaf";
1515
repo = "blasfeo";
1616
rev = finalAttrs.version;
17-
hash = "sha256-peopXTJejgqS/DL4h52h1vVJe6jjWPQb6x/9SPvFl6k=";
17+
hash = "sha256-p1pxqJ38h6RKXMg1t+2RHlfmRKPuM18pbUarUx/w9lw=";
1818
};
1919

2020
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)