Skip to content

Commit

Permalink
Merge pull request #332945 from r-ryantm/auto-update/octavePackages.d…
Browse files Browse the repository at this point in the history
…icom

octavePackages.dicom: 0.6.0 -> 0.6.1
  • Loading branch information
NickCao authored Aug 9, 2024
2 parents ff97224 + 39c87e9 commit 3a084b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/octave-modules/dicom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

buildOctavePackage rec {
pname = "dicom";
version = "0.6.0";
version = "0.6.1";

src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-CFspqPJDSU1Pg+o6dub1/+g+mPDps9sPlus6keDj6h0=";
sha256 = "sha256-erUZudOknymgGprqUhCaSvN/WlmWZ1qgH8HDYrNOg2I=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3a084b4

Please sign in to comment.